home *** CD-ROM | disk | FTP | other *** search
- #include "..\Source\LastWolf.hpp"
-
- // File that declares the globals. See Globals.hpp for a
- // description of each one.
-
- Fixed SIN_TABLE[ANGLE_RES];
- Fixed ACOS_TABLE[ANGLE_RES];
- Angle ATAN_TABLE[ANGLE_RES];
-
- WORD videoMode = 0;
-
- DWORD s_MinX, s_MaxX, s_MinY, s_MaxY;
- DWORD s_DrawWidth, s_DrawHeight;
- DWORD s_Width, s_Height;
- DWORD s_SizeBytes;
- BYTE *pScreenMem;
- BYTE *pVgaMem;
-
- DWORD s_PagedWidth;
- DWORD *s_PageLookup;
-
- WORD nPaletteColors;
- WORD nPaletteMaps;
- BYTE **pPaletteMaps;
- BYTE blackWhitePal[256];
- BOOL bBlackAndWhite;
-
- WORD parallaxMap=1;
-
- WORD zFadeOut=600;
-
- Level curLevel;
- Player player;
-
- DWORD timeCount;
-
- BOOL bDisplayProjectionPoints=FALSE;
-
-
-